From e397b7a79c4cf871d4ddcd6e71c8698bdcdc3913 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 24 Jan 2001 23:30:16 +0000 Subject: [PATCH] (struct coding_system): New member suppress_error. --- src/coding.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coding.h b/src/coding.h index 087896ea6b5..303bceda329 100644 --- a/src/coding.h +++ b/src/coding.h @@ -412,6 +412,9 @@ struct coding_system CODING_FINISH_XXXX. */ int result; + /* If nonzero, suppress error notification. */ + int suppress_error; + /* The following members are all Lisp symbols. We don't have to protect them from GC because the current garbage collection doesn't relocate Lisp symbols. But, when it is changed, we must -- 2.30.2